From a2aa128178a8efd3f75a4c20501530095e01fc6b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 18 Oct 2017 18:46:12 +0200 Subject: [PATCH] Fix tools test --- testsuite/tools/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/tools/meson.build b/testsuite/tools/meson.build index cfce7a3a1c..837e94c6f8 100644 --- a/testsuite/tools/meson.build +++ b/testsuite/tools/meson.build @@ -12,7 +12,7 @@ if bash.found() install: get_option('install-tests'), install_dir: testexecdir) test(t, bash, - args: 'test-@0@'.format(t), + args: t, workdir: meson.current_build_dir(), env: [ 'GIO_USE_VOLUME_MONITOR=unix', 'GSETTINGS_BACKEND=memory', -- 2.30.2